home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000260_news@bigblue.oit.unc.edu_Thu May 19 11:15:25 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  7KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AB01308; Thu, 19 May 1994 13:55:12 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA30698; Thu, 19 May 1994 13:44:06 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: Thu, 19 May 1994 11:15:25 GMT
  9. From: qq11@liverpool.ac.uk (Alan Thew)
  10. Message-Id: <Cq1r9q.2rF@liverpool.ac.uk>
  11. Organization: The University of Liverpool
  12. Sender: ses
  13. References: <2reltp$s5c@linda.teleport.com>
  14. Reply-To: Alan.Thew@liverpool.ac.uk
  15. Subject: Re: Winvn question
  16.  
  17. On 18 May 1994 20:20:25 -0700 , Andrew J. Lenzini (alenzini@teleport.com) wrote:
  18. : [ Article crossposted from news.software.readers ]
  19. : [ Author was Andrew J. Lenzini ]
  20. : [ Posted on 18 May 1994 22:07:18 GMT ]
  21.  
  22. : Is it possible to have winvn only retrieve unread articles?  
  23.  
  24. : I've tried to select 'Unread' when a newsgroup has more than 100 
  25. : articles.  I also tried to modify ShowReadArticles in the ini file.
  26.  
  27. ....
  28. Are you saying that your NNTP server sends articles that you've read or
  29. that you would only like to see those you've not read yet. The 2 are not
  30. the same.
  31. -- 
  32. Alan Thew
  33. alan.thew@liv.ac.uk   ...!uknet!liv!alan.thew   Tel: +44 51 794-3735
  34. University of Liverpool, Computing Services     Fax: +44 51 794-3759
  35. From news@bigblue.oit.unc.edu Mon May 19 08:59:22 1994
  36. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  37.           id AA01318; Thu, 19 May 1994 13:55:14 -0400
  38. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  39.           id AA22645; Thu, 19 May 1994 13:40:13 -0400
  40. Received: from GATEWAY by bigblue with netnews
  41.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  42. To: winsock@sunsite.unc.edu
  43. Date: 19 May 94 08:59:22 GMT
  44. From: dyates@dorislssec.bt.co.uk (Danny Yates)
  45. Message-Id: <1994May19.075922.21419@lssec.bt.co.uk>
  46. Organization: BT D&P London
  47. Sender: ses
  48. References: <2re579$843@bbs.pnl.gov>
  49. Subject: Re: GethostByaddr is not returning data What to do
  50.  
  51. In article <2re579$843@bbs.pnl.gov>, you@somehost.somedomain (Your Name Here) writes:
  52. |> char **
  53. |> NetGetHostAddr(char *name)
  54. |> {
  55. |>    struct hostent *he; 
  56. |>    struct in_addr myaddr;
  57. |>       
  58. |>         myaddr.s_addr = inet_addr(name);
  59. |>     
  60. |>     he = gethostbyaddr(&myaddr, sizeof(myaddr), AF_INET);
  61.  
  62. You should pass gethostbyaddr a pointer to the address, not the address
  63. structure:
  64.  
  65.   he = gethostbyaddr((char *)&myaddr.s_addr, sizeof(myaddr.s_addr), AF_INET);
  66.  
  67. (I think!) This is from memory so don't quote me on it :)
  68.  
  69. |>       if(he!=NULL){        
  70. |>           return he->h_addr_list;
  71. |>       }else{
  72. |>         if(DEBUG) fprintf(fp,"NetGetHostByAddr failed.\n");
  73. |>       } 
  74. |>       return NULL;
  75. |> }  
  76.  
  77. Dan.
  78.  
  79. +---[ Snail Mail Address ]---+-----[ RFC 822 (Internet) email ]-----+
  80. | London Engineering Centre, | Danny.Yates@lssec.bt.co.uk           |
  81. | pp 6/3, 151 Gower Street,  | D.Yates@lssec.bt.co.uk               |
  82. | London,  WC1E 6BA          | dyates@lssec.bt.co.uk                |
  83. +-----[ Contact Points ]-----+------------[ X400 email ]------------+
  84. | Phone: +44 71 728 7697     | /G=Danny/S=Yates/OU=Lssec/O=BT Axion |
  85. | Fax:   +44 71 387 6743     | /PRMD=UK.CO.BT/ADMD=GOLD 400/C=GB/   |
  86. +----------------------------+--------------------------------------+
  87. From news@bigblue.oit.unc.edu Mon May 19 11:16:53 1994
  88. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  89.           id AA01327; Thu, 19 May 1994 13:55:15 -0400
  90. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  91.           id AA13345; Thu, 19 May 1994 13:46:47 -0400
  92. Received: from GATEWAY by bigblue with netnews
  93.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  94. To: winsock@sunsite.unc.edu
  95. Date: 19 May 1994 11:16:53 GMT
  96. From: bc@cygnus.lnec.pt (Luis Miguel Sequeira)
  97. Message-Id: <BC.94May19131653@cygnus.lnec.pt>
  98. Organization: Laboratorio Nacional de Engenharia Civil
  99. Sender: ses
  100. References: <2r77bl$9mu@taloa.unice.fr>
  101. Subject: Re: PCTCPAPI.DLL : what is it ?...
  102.  
  103. In article <2r77bl$9mu@taloa.unice.fr> roy@taloa.unice.fr (Jean-Paul.ROY) writes:
  104.  
  105.    Could somebody tell me what is PCTCPAPI.DLL ? 
  106.    And where I can find it, if it is shareware ?...
  107.    Thanks a lot,
  108.            Jean-Paul Roy
  109.            roy@unice.fr
  110.  
  111.  
  112. I  guess this one  ought  to get  into  the  FAQ, as I've  answered it
  113. (personally, by email) previously...
  114.  
  115. PCTCPAPI.DLL  is the TCP/IP stack  from FTP Software's PC/TCP. This is
  116. _not_ shareware!! It's a _commercial_ TCP/IP product for PCs.
  117.  
  118. In order to use all  of the Windows applets  provided by FTP  Software
  119. (eg. Telnet, FTP, Ping...), you need to have PCTCPAPI.DLL in your path
  120. (also, you'll need a  few virtual drivers  on your [386Enh] section of
  121. SYSTEM.INI - eg. vpctcp.386 and wfwftp.386 if you're running W4WG).
  122.  
  123. Older versions (eg.  2.1 or earlier) used this DLL  as the only way to
  124. access the   TCP/IP  stack. Some commercial   products  - eXceed/W and
  125. SQL*Net - can use directly this DLL to use Ftp Sofware's TCP/IP stack.
  126.  
  127. >From version 2.2 upwards, FTP Software has included a WINSOCK.DLL with
  128. their PC/TCP software.  The first version of this  DLL has defects, it
  129. won't work with  most  Winsock-compliant  programs.  Get the    latest
  130. version from ftp.ftp.com (warning: you'll only  need that WINSOCK from
  131. FTP if   you ARE  using  their PC/TCP  software  -  it won't run  over
  132. anything  else!!). It has been  written to use  PCTCPAPI.DLL, that is,
  133. it's    just another  software    layer,  and  it   has absolutely  NO
  134. functionality over  other   TCP/IP  stacks (eg.   public-domain packet
  135. drivers or such). The PCTCPAPI.DLL,  in turn, uses the device  drivers
  136. provided by FTP Software, and won't work over  anything else, too (so,
  137. even if  you grab an ILLEGAL copy  of it, you  won't be able to use it
  138. anyway).
  139.  
  140. So,  if you're already using FTP  Software's  PC/TCP, the PCTCPAPI.DLL
  141. must   be somewhere  in   your path.   If  not,  contact  your  system
  142. admnistrator :-)
  143.  
  144. If you're *NOT* using FTP  Software's PC/TCP, you must have configured
  145. your Winsock-using program wrongly,  to get that  kind of error.  *Or*
  146. you  may have a  copy  of the WINSOCK.DLL from   FTP Software. This is
  147. illegal - if you don't have FTP Software's stack, that is.
  148.  
  149. Try to reconfigure  your  program   to use  WinSock instead   of   FTP
  150. Software's TCP/IP stack.
  151.  
  152. If nothing seems to work, email me privately. I'm familiar with FTP
  153. Software's stuff...
  154.  
  155.     - Luis
  156.  
  157. --
  158. ___________________________________________________________________________
  159.  
  160.   lms@lnec.pt                               Luis Miguel Sequeira
  161.                                   Laboratorio Nacional de Engenharia Civil
  162.   Phone 351-1-8482131 Ext. 2821   Centro Informatica/Grupo Sistemas Centrais
  163.   Pager 067700 Code 204913        Av. Brasil, 101 - 1700 Lisboa, Portugal